.swiper-button-prev,
.swiper-button-next {
    width: auto;
    height: auto;
    background-image: none;
    margin-top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1 !important;
}

.section6,
.section6>div {
    height: auto !important
}

.section1 .swiper-slide>a>img {
    width: 100%;
    height: 100%
}

.section1 .swiper-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100vh - 80px);
    width: 100%
}

.banner_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 0;
    background-size: 100% 100%;
    background-image: url(../images/bannerbac_02.png)
}

.more {
    display: inline-block;
    vertical-align: middle;
    width: 208px;
    height: 43px;
    border-radius: 43px;
    text-align: center;
    line-height: 43px;
    color: #00953b;
    background: #fff;
    font-size: 14px
}

.more i {
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
    vertical-align: middle
}

.more span {
    display: inline-block;
    vertical-align: middle
}

.more span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    background: #00953b;
    margin-right: 0
}

.more:hover span:before {
    width: 10px;

}

.banner_txt h2 {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 208px);
    box-sizing: border-box;
    padding-right: 50px
}

.section1 .swiper-button-prev,
.section1 .swiper-button-next {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: rgba(20, 159, 63, .3);
    text-align: center;
}

.section1 .swiper-button-prev {
    left: 1.875%
}

.section1 .swiper-button-next {
    right: 1.875%
}

.section1 .swiper-button-prev span,
.section1 .swiper-button-next span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #149f3f;
    color: #fff;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.section1 .swiper-button-prev:hover,
.section1 .swiper-button-next:hover {
    animation: backgroundcolor 1s;
    -webkit-animation: backgroundcolor 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes backgroundcolor {
    from {
        background: rgba(20, 159, 63, .3);
    }

    25% {
        background: rgba(20, 159, 63, .5);
    }

    50% {
        background: rgba(20, 159, 63, .7);
    }

    75% {
        background: rgba(20, 159, 63, .5);
    }

    to {
        background: rgba(20, 159, 63, .3);
    }
}

@-webkit-keyframes backgroundcolor {
    from {
        background: rgba(20, 159, 63, .3);
    }

    25% {
        background: rgba(20, 159, 63, .5);
    }

    50% {
        background: rgba(20, 159, 63, .7);
    }

    75% {
        background: rgba(20, 159, 63, .5);
    }

    to {
        background: rgba(20, 159, 63, .3);
    }
}

.section2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/sec2bac_02.jpg)
}

.sec2_left {
    display: inline-block;
    vertical-align: top;    
    
}

.tit span {
    display: none;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    box-sizing: border-box
}

.tit span font {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 38px
}
.tit span font img{
     position: absolute;
     left: 0;
     top: 0;
     right:0;
     bottom:0;
     margin: auto;
     max-width: 70%
}
.tit h2 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    /* font-weight: bold; */
    font-size: 60px;
    line-height: 60px;
    padding-left: 28px;
    font-family: mm;
}

.tit h2 p {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 15px;
}

.section2 .container {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sec2_left {
    display: inline-block;
    vertical-align: top;
    width: 41.15%;
    box-sizing: border-box;
    padding-right: 35px
}

.sec2_left>h2 {
    margin: 26.54% 0 5%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;

}
.sec2_left>h2:after{
    margin-top: 5%;
    content:'';
    display: block;
    width: 37px;
    height: 1px;
    background: rgba(255,255,255,.4);
}
.sec2_left p {
    line-height: 24px;
    color: #fff;
    font-size: 16px;

}

.sec2_left .more {
    margin-top: 12%
}

.sec2_right {
    display: inline-block;
    vertical-align: top;
    width: 58.85%;
}

.maplist {
    position: relative;
}

.maplist img {
    width: 100%
}

.maplist li {
    position: absolute;
}

.maplist i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    position: relative;
    z-index: 2;

}

.maplist li:nth-child(1) {
    left: 70%;
    top: 87%
}

.maplist li:nth-child(2) {
    left: 84%;
    top: 82%
}

.maplist li:nth-child(3) {
    left: 83.5%;
    top: 61.5%
}

.maplist li:nth-child(4) {
    left: 72%;
    top: 39%
}

.maplist li:nth-child(5) {
    left: 46%;
    top: 81%
}

.maplist li:nth-child(6) {
    left: 68%;
    top: 86%
}

.maplist li:nth-child(7) {
    left: 59%;
    top: 56%
}

.maplist li:nth-child(8) {
    left: 65%;
    top: 71%
}

.maplist li:nth-child(9) {
    left: 69%;
    top: 65%
}

.maplist li:nth-child(10) {
    left: 64%;
    top: 36%
}

.maplist li:nth-child(11) {
    left: 75%;
    top: 61%
}
.layui-input, .layui-textarea{
    font-size: 14px;
}
.maplist li:nth-child(12) {
    left: 68%;
    top: 58%
}

/* .maplist li:nth-child(13) {
    left: 67%;
    top: 47%
} */

.maplist li:nth-child(13) {
    left: 78%;
    top: 76%
}

.maplist li:nth-child(14) {
    left: 76%;
    top: 49%
}

.maplist li:nth-child(15) {
    left: 61%;
    top: 83%
}

.maplist li:nth-child(16) {
    left: 51%;
    top: 63%
}

.maplist li:nth-child(17) {
    left: 57%;
    top: 68%
}

/* .maplist li:nth-child(19) {
    left: 90%;
    top: 12%
} */

.maplist li:nth-child(18) {
    left: 35%;
    top: 48%
}

.maplist li:nth-child(19) {
    left: 55%;
    top: 46.5%
}

.maplist li:nth-child(20) {
    left: 81%;
    top: 69%
}

.maplist li:nth-child(21) {
    left: 75%;
    top: 70%;
}

.maplist li:nth-child(22) {
    left: 80%;
    top: 60%;
    display: none;
}

.maplist li:nth-child(23) {
    left: 82%;
    top: 39%;
    display: none;
}

.maplist li:nth-child(24) {
    left: 73.5%;
    top: 42%
}

.maplist li:nth-child(25) {
    left: 24%;
    top: 27%
}

.maplist li:nth-child(26) {
    left: 70%;
    top: 47%
}
.maplist li:nth-child(27) {
    left: 62%;
    top: 95%;
}

.maplist li:nth-child(28) {
    left: 56%;
    top: 75%;
    display: none;
}

.maplist li:nth-child(30) {
    left: 28%;
    top: 68%;
    display: none;
}
.maplist li:nth-child(29) {
    left: 51%;
    top: 53%;
    display: none;
}
.maplist li:nth-child(31){
    left: 80%;
    top: 59%;
}

.maplist span {
    display: block;
    width: 74px;
    height: 74px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    text-align: center;
}

.maplist li.ac span {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}
.maplist li.ac i{
    opacity: 0;
}
.maplist font{
    display: block;
    color:#5db039;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    
}
.maplist span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
    border-radius: 50%
}

.maplist span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.6);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.6);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.6);
    border-radius: 50%
}

.map_inf h5 {
    color: #39ab44;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    line-height: 30px
}
.map_inf h6{
    color: #39ab44;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px
}
.map_inf{
    padding: 9px 35px;
    background: #fff;
    position: absolute;
    left: -31px;
    white-space: nowrap;
    bottom: 100%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    display: none
}
.map_inf:after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color:#fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 28px;
}
.maplist li.ac .map_inf{
    display: block
}

.map_project{
    position: absolute;
    width: 205px;
    box-sizing: border-box;
    padding: 12px 20px;
    background: rgba(255,255,255,.23);
    border-top: 3px solid #009a44;
    left: 50px;
    display: none;
    
}
.map_project a{
    display: block;
    color:#fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}
.map_project a:last-child{
    margin-bottom: 0;
}
.map_project a:hover{
    border-color:#fff;
}
.section2 .maps,
.pic .maps{
    position: absolute;
    right: 1.3%;
    bottom: 3.2%
}
.maps img{
    max-width: 115px;
    display: inline-block;
    vertical-align: bottom
}
.maps p{
    display: inline-block;
    vertical-align: bottom;
    max-width: 230px;
    color:rgba(255,255,255,.5);
    line-height: 20px;
}
#fullpage>div{
    background-size: cover;
    background-repeat: no-repeat
}
.section3{
    background-image: url(../images/sec3bac_02.jpg);
    
}
.section3 .tit span,
.section5 .tit span {
    border-color:rgba(0,149,59,.5)
}
.section3 .tit span font,
.section5 .tit span font {
    border-color:rgba(0, 149, 59, .1);
    color:#00953b
}
.section3 .tit h2,
.section5 .tit h2 {
    color:#13562d
}
.section3 .tit p,
.section5 .tit p {
    color:rgba(19,86,45,.5)
}
.section3>div{
    vertical-align: bottom;
    padding-bottom: 5%
}

.zhlist li{
    display: inline-block;
    vertical-align: top;
    width: 20.28%;
    margin-right: 6.29%;
    background: rgba(255,255,255,.3);
    height: 511px;
    position: relative;
}
.zhlist li:before{
    content:'';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/znbac_03.jpg);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}
.zhlist li:hover:before{
    opacity: 1;
}
.zhlist li:nth-child(4n){
    margin-right: 0
}
.zhlist li a{
    display: block;
    height: 100%
}

.zninner{
   
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
}
.zninner span{
    display: inline-block;
    width:70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,149,59,.3);
    position: relative;
}
.zhlist li .zninner span font{
    font-size: 24px;
}
.zninner span font{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00953b;
    color:#fff;
    font-size: 28px;
    border-radius: 50%;
    box-sizing: border-box

}
.zhlist li:nth-child(2) .zninner span font{
    padding-left: 5px
}
.zninner h2{
    font-size:20px;
    margin-top: 28px;
    color:#13562d
}
.zninner p{
    margin-top: 20px;
    width: 67%;
    display: inline-block;
    text-align: left;
    font-size:16px;
    color:rgba(255,255,255,.4);
    line-height: 24px;
}
.zninner i{
    width: 52%;
    line-height: 33px;
    display: inline-block;
    border-radius: 33px;
    color:#00953b;
    background: #fff;
    margin-top: 56px
}

.zninner i:before {
    content:'';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-right: 4px;
}

.zninner i:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-left: 4px
}
.zninner div{
    display: none
}

.zhlist li:hover span{
    background: rgba(255,255,255,.3)
}
.zhlist li:hover span font{
    background: #fff;
    color:#00953b
}
.zhlist li:hover p{
    color:#fff
}
.zhlist li:hover h2{
    color:#fff
}
.zhlist li i:hover:before,
.zhlist li i:hover:after {
    width: 8px
}
.zhlist li:nth-child(2){
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}
.zhlist li:nth-child(3) {
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
}
.zhlist li:nth-child(4) {
    transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
}
.zhlist {
    margin-top: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/znxian_02.png);
    background-position: 0 34%
}
.section4{
    background-image: url(../images/sec4bac_02.jpg);
    background-size: cover;
}
.sec4tit .tit{
    float: left;
}
.sec4tab{
    float: right
}
.sec4tab h2{
    display: inline-block;
    line-height: 33px;
    color:#fff;
    font-size:16px;
    margin-left: 5px;
    padding: 0 35px;
    border-radius: 33px;
    cursor: pointer;
}
.sec4tab h2:hover,
.sec4tab h2.ac{
    background: #009944
}
.section5{
    background-image: url(../images/sec5bac_02.jpg);
    background-size: cover;
}
.section5>div{
    vertical-align: bottom;
    padding-bottom: 4%
}
.xxgk{
    display: inline-block;
    vertical-align: top;
    width: 33.7%
}
.xxgk>a{
    display: block;
    margin-top: 45px;
    margin-right: 145px;
}
.xxgk>a img{
    width: 100%
}
.cbwzs{
    display: inline-block;
    vertical-align: top;
    width: 66.3%
}
.cbwbanner{
    margin-top: 45px;
    position: relative;
}
.cbwbanner .swiper-container{
    padding: 0 0 2px 2px
}
.cbwbanner img{
    width: 100%
}
.cbwbanner .swiper-slide{
    box-shadow: -2px 2px 0 #13973c
}
.cbwbanner .swiper-button-prev,
.cbwbanner .swiper-button-next{
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 64px;
    height:64px;
    border-radius: 50%;
    background: rgba(20,159,63,0);
}
.cbwbanner .swiper-button-prev span,
.cbwbanner .swiper-button-next span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid rgba(20, 159, 63, .3);
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color:#149f3f
}
.cbwbanner .swiper-button-prev:hover span,
.cbwbanner .swiper-button-next:hover span{
    background: #149f3f;
    border-color:#149f3f;
    color:#fff
}
.cbwbanner .swiper-button-prev:hover,
.cbwbanner .swiper-button-next:hover{
    background: rgba(20, 159, 63, .3);
}
.cbwbtn {
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999999;
}
.cbwfx{
    margin-top: 90px;
    padding-left: 50px
}
.cbwfx>img{
    float: left;
}
.cbwshare{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    float: right;
}
.cbwshare span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color:#6f7a73;
    margin-right: 20px;
}
.bdsharebuttonbox{
    display: inline-block;
    vertical-align: middle
}
.bdsharebuttonbox>a{
    background-image: none !important
}
.bdsharebuttonbox>a:nth-child(3),
.bdsharebuttonbox>a:nth-child(4){
    display: none;
}
.cbwshare .bdsharebuttonbox>a{
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 0;
    line-height: 56px;
    border-radius: 50%;
    background: #149f3f;
    color:#fff;
    font-size: 26px
}
.bdsharebuttonbox>a:hover{
    color:#fff !important;
    opacity: .8;
}
.cbwshare .bdsharebuttonbox>a:last-child{
    background: transparent;
    color:#149f3f
}
.i_new_left{
    display: inline-block;
    width: 42.8%;
}
.i_new_left li {
    display: none;
    box-sizing: border-box;
    padding: 12px;
    background: #fff
}
.index_new{
    margin-top: 66px;
}
.i_new_left li img {
    width: 100%
}
.i_new_left li.ac {
    display: block
}
.i_new_left{
    text-align: right;
}
.i_new_left>a{
    margin-top:70px
}
.section4>div{
    vertical-align: bottom;
    padding-bottom: 6.25%
}
.i_new_right{
    display: inline-block;
    vertical-align: top;
    width: 57.2%;
    box-sizing: border-box;
    padding-left: 16px
}
.i_new_right .swiper-container{
    height: 350px
}
.i_new_right .swiper-slide{
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.5);

}
.i_new_right .swiper-slide a{
    display: block;
    padding: 30px 16px 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%
}
.i_new_right h6{
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    padding-left:20px;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    border-right: 1px solid rgba(255,255,255,.1);
    vertical-align: top
}
.i_new_right h6 span{
    font-size: 14px;
    display: block;
    line-height: 16px;
    font-weight: normal
}
.i_n_inner{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding:0 24px;
    box-sizing: border-box
}
.i_n_inner h2{
    font-size: 16px;
    color:#fff;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.i_n_inner p{
    color:rgba(255, 255, 255, .7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.i_new_right .swiper-slide:hover,
.i_new_right .swiper-slide-active {
    background: #fff;
    border-color:#fff
}
.i_new_right .swiper-slide:hover h6,
.i_new_right .swiper-slide-active h6{
    color:#444444;
    border-color: rgba(0,0,0,.1)
}
.i_new_right .swiper-slide:hover h6 span,
.i_new_right .swiper-slide-active h6 span{
    color:#c0c0c0
}
.i_new_right .swiper-slide:hover h2,
.i_new_right .swiper-slide-active h2{
    color:#444444
}
.i_new_right .swiper-slide:hover p,
.i_new_right .swiper-slide-active p{
    color:#909090
}
.i_new_right .swiper-button-prev,
.i_new_right .swiper-button-next{
    margin-top: 60px;
    width:64px;
    height: 64px;
    position: relative;
    display: inline-block;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    border-radius: 50%;
    background: rgba(255,255,255,0)
}
.i_new_right .swiper-button-prev span,
.i_new_right .swiper-button-next span{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    color:#fff;
    font-size: 22px
}
.i_new_right .swiper-button-prev:hover,
.i_new_right .swiper-button-next:hover{
    background: rgba(255,255,255,.3)
}
.i_new_right .swiper-button-prev:hover span,
.i_new_right .swiper-button-next:hover span{
    background: rgba(255, 255, 255, 1);
    color:#149f3f
}
.index_new>div{
    height: 0;
    overflow: hidden;
}
.index_new>div.ac{
    height: auto
}
.cbwtit .tit{
    float: left;
}
.cbwtit>a{
    float: right;
    width: 148px;
    line-height: 33px;
    display: inline-block;
    border-radius: 33px;
    color: #00953b;
    background: #fff;
    text-align: center
}
.cbwtit>a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-right: 4px;
}

.cbwtit>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #00953b;
    vertical-align: middle;
    margin-left: 4px
}
.cbwtit>a:hover:before,
.cbwtit>a:hover:after{
    width: 8px
}
.sec2_left,
.i_new_left,
.xxgk {
    opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.sec2_right,
.i_new_right,
.cbwzs {
    opacity: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.active .sec2_left,
.active .sec2_right,
.active .i_new_left,
.active .i_new_right,
.active .xxgk,
.active .cbwzs {
     opacity: 1;
     transform: translateX(0);
     -ms-transform: translateX(0);
     -webkit-transform: translateX(0);
}
.zhlist li{
    left: -25%;
    opacity: 0;
}
.active .zhlist li{
    left: 0;
    opacity: 1;
}




@font-face {
	font-family: mr;
	src: url(../font/MiSans-Regular.ttf);
}
@font-face {
	font-family: mm;
	src: url(../font/MiSans-Medium.ttf);
}
@font-face {
	font-family: mb;
	src: url(../font/MiSans-Bold.ttf);
}


.banner{position: relative;}
.banner a{display: block;}
.banner a img{width: 100%;}



.banner2{position: absolute;z-index: 2;top: 30%;right: 5%;width: 250px;}


.sbyfxq_list1 .swiper-slide-active a::before{background: #fff;}
.sbyfxq_list1 .swiper-slide-active a::after{opacity: 1;}
.sbyfxq_list1 .swiper-slide-active a{color: #fff;}
.sbyfxq_list1 .swiper-slide{position: static;display: inline-block;}

.sbyfxq_list1 .swiper-slide{display: block;width: 100%;color: #fff;box-sizing: border-box;font-size: 0;cursor: pointer;padding: 30px 60px;border: 1px solid rgba(255,255,255,.3);}
.sbyfxq_list1 .swiper-slide{   
    filter: grayscale(40%);
    pointer-events: initial !important;
}
.sbyfxq_list1 .swiper-slide h3{font-size: 20px;text-shadow: 2px 2px 4px #000000;}
.sbyfxq_list1 .swiper-slide p{font-size: 12px;text-transform: uppercase;}
.sbyfxq_list1 .swiper-slide-active{border: 2px solid #fff;}
.sbyfxq_list1 .swiper-wrapper{transform: translate3d(0px, 0px, 0px) !important;}

.banner h6{position: absolute;bottom: 10%;left: 10%;z-index: 3;color: #fff;}
.banner h6 img,.banner h6 i{display: inline-block;vertical-align: middle;}
.banner h6 i{font-size: 20px;margin-left: 30px;}
.banner1 .swiper-pagination{font-size: 22px;color: #fff;text-align: right;bottom: 10%;padding-right: 10%;box-sizing: border-box;}
.banner1 .swiper-pagination i{font-size: 22px;color: rgba(255, 255, 255, .6);}
.banner1 .swiper-pagination em{font-size: 22px;color: #fff;}
.banner1 .swiper-pagination .em{color: rgba(255,255,255,.6);}
.banner1 .swiper-pagination .swiper-pagination-total{color: rgba(255, 255, 255, .6);}

.syrhzn_nr{background: #fff;margin-top: -50px;z-index: 3;position: relative;padding: 50px 65px;box-sizing: border-box;font-size: 0;}
.syrhzn_l,.syrhzn_r{display: inline-block;vertical-align: top;box-sizing: border-box;width: 50%;}
.xsybt h2{font-size: 40px;color: #009944;line-height: 40px;font-family: mm;}
.xsybt h4{font-size: 18px;color: #333;margin-top: 10px;text-transform: uppercase;}
.syrhzn_r{text-align: right;}
.syrhzn_r a{display: inline-block;}
.syrhzn_r a img{display: inline-block;}
.syrhzn_r a i{font-size: 20px;color: #333;display: block;margin-top: 5px;}
.syrhzn_nr ul{margin-top: 74px;font-size: 0;}
.syrhzn_nr ul li{display: inline-block;vertical-align: top;box-sizing: border-box;width: 32%;margin-right: 2%;margin-bottom: 30px;}
.syrhzn_nr ul li:nth-of-type(3n){margin-right: 0;}
.syrhzn_nr ul li a{display: block;position: relative;padding: 60px;box-sizing: border-box;background: #f6f6f6;border-radius: 5px;}
.syrhzn_nr ul li a h3{font-size: 43px;color: #333;font-family: mm;margin: 48px 0;line-height: 43px;text-align: center;}
.syrhzn_nr ul li a p{font-size: 17px;color: #333;line-height: 36px;height: 72px;display: none !important;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.syrhzn_nr ul li a h6{font-size: 24px;color: #999;margin-top: 48px;}
.syrhzn_nr ul li a h6 i{display: inline-block;font-size: 24px;margin-left: 20px;}
.syrhzn_nr ul li a h1{font-size: 23px;color: #999;position: absolute;top: 40px;right: 40px;}
.syrhzn_nr ul li a h5{position: absolute;right: 26px;bottom: 20px;}
.syrhzn_nr ul li a:hover{background: #009944;box-shadow: 0 0 10px 10px #cdf5df;}
.syrhzn_nr ul li a:hover h3,.syrhzn_nr ul li a:hover p{color: #fff;}
.syrhzn_nr ul li a:hover h6,.syrhzn_nr ul li a:hover h6 i,.syrhzn_nr ul li a:hover h1{color: rgba(255, 255, 255, .3);}
.syrhzn_nr ul li a:hover h5 img{opacity: .3;}
.syrhzn_r a:hover i{color: #009944;}

.syxwdt{padding: 110px 80px 120px;box-sizing: border-box;background: #eeeeee;font-size: 0;}
.syxwdt_l,.syxwdt_r{display: inline-block;vertical-align: bottom;}
.syxwdt_l{width: 37.8%;padding-right: 66px;}
.syxwdt_r{width: 62.2%;}
.syxwdt_l a{display: block;}
.syxwdt_l a h3{font-size: 40px;color: #333;line-height: 60px;font-family: mm;margin-bottom: 65px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.syxwdt_l a p{font-size: 16px;color: #777;line-height: 30px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.syxwdt_l h6{display: block;width: 388px;background: #009944;text-align: center;box-shadow: 0 0 10px 10px #cdf5df;margin-top: 128px;}
.syxwdt_l h6 i,.syxwdt_l a h6 img{display: inline-block;vertical-align: middle;box-sizing: border-box;}
.syxwdt_l h6 i{font-size: 19px;color: #fff;line-height: 84px;margin-right: 70px;}
.syxwdt_l h6 a{display: block;}
.syxwdt_r ul{font-size: 0;}
.syxwdt_r ul li{display: inline-block;vertical-align: top;box-sizing: border-box;width: 29.4%;margin-right: 5.9%;box-sizing: border-box;}
.syxwdt_r ul li:last-of-type{margin-right: 0;}
.syxwdt_r ul li a{display: block;}
.syxwdt_r ul li a img{width: 100%;}
.syxwdt_r ul li a h3{font-size: 20px;color: #333;line-height: 30px;margin-bottom: 40px;height: 60px;
    /* display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2; */
}
.syxwdt_r ul li a p{margin: 30px 0;font-size: 16px;line-height: 30px;color: #777;height: 90px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.syxwdt_r ul li a h5{font-size: 0;}
.syxwdt_r ul li a h5 i,.syxwdt_r ul li a h5 span{display: inline-block;vertical-align: middle;box-sizing: border-box;width: 50%;}
.syxwdt_r ul li a h5 i{font-size: 19px;color: #777;}
.syxwdt_r ul li a h5 span{text-align: right;}
.syxwdt_r ul li a h4{font-size: 16px;color: #777;}
.syxwdt_r ul li a h5 span img{width: auto;}
.syxwdt_r ul li a h4::before{content: '';display: block;width: 100%;height: 2px;background: #9a9a9a;margin: 25px 0 15px;}
.syxwdt_r ul li a:hover h3,.syxwdt_r ul li a:hover h5 i{color: #009944;}
.syxwdt_r ul li a h6{overflow: hidden;}
.syxwdt_r ul li a:hover h6 img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.syjbxx{padding: 50px 80px;font-size: 0;box-sizing: border-box;
    /* border-top: 3px solid #fff; */
    /* background: #f5f5f5; */
    background: url(../images/syjbxx.jpg) center center;
    background-size: cover;
}
.syjbxx_l,.syjbxx_r{display: inline-block;vertical-align: top;box-sizing: border-box;width: 50%;}
.syjbxx_l{padding: 50px 70px 50px 54px;background: url(../images/xsybtbg_03.jpg) center center;background-size: 100% 100%;}
.syjbxx_l .xsybt{padding-left: 22px;}
.syjbxx_l .xsybt h2,.syjbxx_l .xsybt h4{display: inline-block;}
.syjbxx_l .xsybt h2{color: #fff;}
.syjbxx_l .xsybt h4{color: rgba(255,255,255,.5);margin-left: 10px;}
.syjbxx_l .xsybt::after{content: '';display: block;width: 100%;height: 1px;background: rgba(255,255,255,.3);margin: 30px 0 28px;}
.syjbxx_l p{font-size: 0;margin-bottom: 35px;}
.syjbxx_l p span,.syjbxx_l p i{display: inline-block;vertical-align: top;box-sizing: border-box;font-size: 18px;color: #fff;line-height: 30px;}
.syjbxx_l p span{width: 82px;}
.syjbxx_l p i{width: calc(100% - 82px);}
.syjbxx_r{padding-left: 75px;}
.syjbxx_r ul{font-size: 0;}
.syjbxx_r ul li{display: inline-block;vertical-align: top;box-sizing: border-box;width: 32%;margin-right: 2%;margin-bottom: 23px;}
.syjbxx_r ul li a{display: block;padding: 55px 0 55px 30px;box-sizing: border-box;position: relative;background: rgba(255, 255, 255, .5);border-radius: 5px;}
.syjbxx_r ul li a h3{font-size: 26px;color: #333;font-weight: bold;position: relative;}
.syjbxx_r ul li a h4{font-size: 14px;color: #999;text-transform: uppercase;margin-top: 12px;position: relative;height: 19px;}
.syjbxx_r ul li a h1{font-size: 113px;color: #edecec;font-family: mb;line-height: 113px;position: absolute;bottom: 10px;right: 10px;}
.syjbxx_r ul li:first-of-type{margin-right: 0;margin-left: 68%;}
.syjbxx_r ul li:nth-of-type(3){margin-right: 34%;}
.syjbxx_r ul li:nth-of-type(4){margin-left: 34%;}
.syjbxx_r ul li:nth-of-type(5){margin-right: 0;}
.syjbxx_r ul li:nth-of-type(6){margin-right: 36%;}
.syjbxx_r ul li:nth-of-type(7){margin-right: 0;}
.syjbxx_r ul li a:hover{background: #009944;box-shadow: 0 0 10px 10px #cdf5df;}
.syjbxx_r ul li a:hover h3{color: #fff;}
.syjbxx_r ul li a:hover h4{color: rgba(255,255,255,.5);}
.syjbxx_r ul li a:hover h1{color: #11a051;}






























